Auto merge of #3183 - rjgoldsborough:broken-docs-links, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 9 Oct 2016 17:12:36 +0000 (10:12 -0700)
committerGitHub <noreply@github.com>
Sun, 9 Oct 2016 17:12:36 +0000 (10:12 -0700)
commitb981d964eaf8a8c07c1f3d9b868881fe2251cdfb
tree09685bce28170cb3a52b62a0a4abb9dbf434fabc
parent6534bdd951ae283b1e0fe6328ecf14fcc6d064b1
parent731c54a304738978b0b97a749580dee49fef6216
Auto merge of #3183 - rjgoldsborough:broken-docs-links, r=alexcrichton

removing return false causing links to break

Gah! Sorry about that.

fixes #3182

I added a `return false` to the function above to prevent it from toggling itself back off but for some reason put one here as well which stopped the event before the link could fire.